projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d027e36
)
widget: Use blue for resize debugging
author
Timm Bäder
<mail@baedert.org>
Thu, 12 Oct 2017 08:41:56 +0000
(10:41 +0200)
committer
Timm Bäder
<mail@baedert.org>
Thu, 12 Oct 2017 13:42:03 +0000
(15:42 +0200)
Red is already taken by drawing.
gtk/gtkwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwidget.c
b/gtk/gtkwidget.c
index 905b2c61cf3431fc8638633a94f0d43e54326dc5..a857f3372697c33a23aba41a2ac2e81dbd8f6912 100644
(file)
--- a/
gtk/gtkwidget.c
+++ b/
gtk/gtkwidget.c
@@
-15021,7
+15021,7
@@
gtk_widget_maybe_add_debug_render_nodes (GtkWidget *widget,
if (GTK_DISPLAY_DEBUG_CHECK (display, RESIZE) &&
priv->highlight_resize)
{
- GdkRGBA red = {
1, 0, 0
, 0.2};
+ GdkRGBA red = {
0, 0, 1
, 0.2};
graphene_rect_t bounds;
graphene_rect_init (&bounds,